Skip to content

Conversation

@MananTank
Copy link
Member

@MananTank MananTank commented Feb 19, 2025


PR-Codex overview

This PR focuses on enhancing the user interface and functionality of the dashboard components, particularly around links and chat interactions, while also adding new example prompts for the Nebula feature.

Detailed summary

  • Updated className for styling in markdown-renderer.tsx.
  • Changed backgroundImage styling in EmptyStateChatPageContent.tsx.
  • Added target="_blank" for external links in Sidebar.tsx.
  • Introduced examplePrompts and interceptedReply in examplePrompts.ts.
  • Added detailed actions for Nebula in the whatCanNebulaDoReply string.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@vercel
Copy link

vercel bot commented Feb 19, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 19, 2025 6:53pm
thirdweb-www ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 19, 2025 6:53pm
3 Skipped Deployments
Name Status Preview Comments Updated (UTC)
login ⬜️ Skipped (Inspect) Feb 19, 2025 6:53pm
thirdweb_playground ⬜️ Skipped (Inspect) Feb 19, 2025 6:53pm
wallet-ui ⬜️ Skipped (Inspect) Feb 19, 2025 6:53pm

@vercel vercel bot temporarily deployed to Preview – login February 19, 2025 13:26 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground February 19, 2025 13:26 Inactive
@linear
Copy link

linear bot commented Feb 19, 2025

@vercel vercel bot temporarily deployed to Preview – wallet-ui February 19, 2025 13:26 Inactive
@changeset-bot
Copy link

changeset-bot bot commented Feb 19, 2025

⚠️ No Changeset found

Latest commit: 724e7d9

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@MananTank MananTank marked this pull request as ready for review February 19, 2025 13:26
@MananTank MananTank requested a review from a team as a code owner February 19, 2025 13:26
@github-actions github-actions bot added Dashboard Involves changes to the Dashboard. Portal Involves changes to the Portal (docs) codebase. labels Feb 19, 2025
@MananTank MananTank requested a review from a team as a code owner February 19, 2025 13:26
Copy link
Member Author

MananTank commented Feb 19, 2025


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • merge-queue - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@codecov
Copy link

codecov bot commented Feb 19, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 56.83%. Comparing base (c30b6d7) to head (724e7d9).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6298   +/-   ##
=======================================
  Coverage   56.83%   56.83%           
=======================================
  Files        1168     1168           
  Lines       64793    64793           
  Branches     5260     5260           
=======================================
  Hits        36824    36824           
  Misses      27242    27242           
  Partials      727      727           
Flag Coverage Δ *Carryforward flag
legacy_packages 65.68% <ø> (ø) Carriedforward from c30b6d7
packages 55.04% <ø> (ø)

*This pull request uses carry forward flags. Click here to find out more.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 19, 2025

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 46.3 KB (0%) 926 ms (0%) 141 ms (+33.4% 🔺) 1.1 s
thirdweb (cjs) 121.89 KB (0%) 2.5 s (0%) 275 ms (-6.74% 🔽) 2.8 s
thirdweb (minimal + tree-shaking) 5.6 KB (0%) 112 ms (0%) 44 ms (+549.21% 🔺) 156 ms
thirdweb/chains (tree-shaking) 506 B (0%) 10 ms (0%) 11 ms (+202.87% 🔺) 21 ms
thirdweb/react (minimal + tree-shaking) 19.29 KB (0%) 386 ms (0%) 83 ms (+100.2% 🔺) 469 ms

@graphite-app
Copy link
Contributor

graphite-app bot commented Feb 19, 2025

Merge activity

<!--

## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes"

If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000):

## Notes for the reviewer

Anything important to call out? Be sure to also clarify these in your comments.

## How to test

Unit tests, playground, etc.

-->

<!-- start pr-codex -->

---

## PR-Codex overview
This PR focuses on enhancing the user interface and functionality of various components in the dashboard application, particularly in handling links, chat interactions, and example prompts for a feature called Nebula.

### Detailed summary
- Updated `className` for improved styling in `markdown-renderer.tsx`.
- Changed `backgroundImage` gradient in `EmptyStateChatPageContent.tsx`.
- Added `target` attribute for external links in `Sidebar.tsx`.
- Introduced `examplePrompts` with new responses in `ChatPageContent.tsx`.
- Added `interceptedReply` to `ExamplePrompt` interface in `examplePrompts.ts`.
- Provided detailed descriptions of Nebula's capabilities in `examplePrompts.ts`.

> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`

<!-- end pr-codex -->
@vercel vercel bot temporarily deployed to Preview – wallet-ui February 19, 2025 18:51 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground February 19, 2025 18:51 Inactive
@vercel vercel bot temporarily deployed to Preview – login February 19, 2025 18:51 Inactive
@graphite-app graphite-app bot merged commit 724e7d9 into main Feb 19, 2025
32 checks passed
@graphite-app graphite-app bot deleted the tool-3419 branch February 19, 2025 18:54
@vercel vercel bot temporarily deployed to Production – login February 19, 2025 18:54 Inactive
@vercel vercel bot temporarily deployed to Production – thirdweb_playground February 19, 2025 18:54 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dashboard Involves changes to the Dashboard. Portal Involves changes to the Portal (docs) codebase.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants